home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Programmer's Utilities / Freeman Installer / fctor.ini < prev    next >
Encoding:
INI File  |  1996-10-07  |  1.5 KB  |  80 lines

  1. [general]
  2. ;------------------------------------------------------------
  3. ; You haven't paid for it and therefore don't have a password
  4. passwd=
  5. ;------------------------------------------------------------
  6. ; this entry is not used in Win95-NT version
  7. dirinc=
  8. ;------------------------------------------------------------
  9. ; For Borland user, put the directory where:
  10. ;         brc32.exe
  11. ;         brcc32.exe
  12. ;         rlink32.exe
  13. ; can be found. Usually it is c:\bc45\bin
  14. ;
  15. ; For MS user, put the directory where:
  16. ;         rc.exe (32bit)
  17. ;         link.exe (32bit)
  18. ; can be found. Usually it is c:\msvc20\bin
  19. ;
  20. ; If you don't have a resource compiler, set it to empty
  21. dirrcc=
  22. ;dirrcc=d:\msvc20\bin
  23. zipcmdl=pkzip -p -r
  24.  
  25. [lang-fullname]
  26. 0=English
  27. 1=French
  28. 2=German
  29. 3=Italian
  30. 4=Dutch
  31. 5=Portuguese
  32. 6=Spanish
  33. 7=Swedish
  34. 8=Danish
  35. 9=Norwegian
  36. 10=Japanese
  37.  
  38.  
  39. [lang-shortname]
  40. 0=eng
  41. 1=frn
  42. 2=ger
  43. 3=itl
  44. 4=nth
  45. 5=por
  46. 6=spn
  47. 7=swd
  48. 8=dan
  49. 9=nor
  50. 10=jap
  51.  
  52.  
  53. [compiler-fullname]
  54. 0=Borland C++ 4.5
  55. 1=Visual C++ 2.0/2.1
  56.  
  57.  
  58. [compiler-path]
  59. ;------------------------------------------------------------
  60. ; Put the FULL PATH to your BC45 IDE here. Usually it is
  61. ; c:\bc45\bin\bcw.exe
  62. ; If you don't have it, set it to emtpy
  63. 0=
  64. ;------------------------------------------------------------
  65. ; Put the FULL PATH to your VC45 IDE here. Usually it is
  66. ; c:\msvc20\bin\msvc.exe
  67. ; If you don't have it, set it to emtpy
  68. 1=
  69.  
  70. [compiler-shortname]
  71. 0=b45
  72. 1=v20
  73.  
  74.  
  75.  
  76. [compiler-prjext]
  77. 0=ide
  78. 1=mak
  79.  
  80.